home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / utilities / arexx / events.rexx.readme < prev    next >
Text File  |  1995-03-17  |  1KB  |  28 lines

  1.  
  2.  
  3.       This is an ARexx program that will help you not to forget important
  4.       events (birthdays especially...). It uses a configuration file which
  5.       you can create and update with any ASCII editor. This file contains
  6.       three entries separated by commas: the date of the event, the number
  7.       of days you want to be warned before and a comment to display.
  8.  
  9.       When an event is due, Events opens a window, displays it and asks you
  10.       what to do. You can ask to be reminded again next time, next week,
  11.       next month, in any number of days or simply delete this entry.
  12.  
  13.       You will find further instructions in the source itself but this is
  14.       most of it. I chose to write it in Arexx so that it can be easily
  15.       modified by whoever wouldn't like it as it is.
  16.  
  17.       To use it, put the file 'Events.rexx' in your 'rexx:' directory,
  18.       create a configuration file and name it 's:.eventsconfig', and modify
  19.       your startup-sequence (or user-startup) by adding the following
  20.       command:
  21.  
  22.         rx Events
  23.  
  24.  
  25.       Have fun! Any suggestions welcome.
  26.  
  27. -- Cedric BEUST (beust@taloa.unice.fr)
  28.